home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / WSNAKE.ZIP / SNAKE / README.NOW < prev    next >
Text File  |  1996-04-29  |  2KB  |  47 lines

  1. ##################################################
  2. #                                                #
  3. # SNAKE.CPP, SNAKE.H and SNAKE.EXE are copyright #
  4. # (C)1996 Fredrik Wangel (THE AUTHOR)            #
  5. #                                                #
  6. # Hereby THE AUTHOR gives you  restricted rights #
  7. # to use this software. You may play around with #
  8. # the source code as much as you like as long as #
  9. # you do not steal  the complete code and use it #
  10. # all in a single piece of software.  This means #
  11. # that you may take parts of the source code and #
  12. # use in your own programs as long as you put my #
  13. # copyright notice at the top of the program and #
  14. # in the documents and or in the executable.     #
  15. #                                                #
  16. #      contact me for support and shit at:       #
  17. #              tde95waf@te.hik.se                #
  18. #                                                #
  19. #       thank you for reading this text.         #
  20. ##################################################
  21.  
  22. PLAYING SNAKE:
  23. --------------
  24. Very simple game.
  25. Use  the arrow  keys  to  control  the  red  snake.
  26. Pressing  Up,  Down,  Left or Right  will make the
  27. snake go in that direction.  Press S to toggle the
  28. horrible sound on and off.  Esc will quit and exit
  29. to DOS. The main objective is to eat as many green
  30. frogs (Ω) as possible,  avoiding  the brown bricks
  31. (≡) and the white stones (█) to become longer. The
  32. longer you get the  more points you get.  The time
  33. you play also affects the score.
  34.  
  35. NOT PLAYING SNAKE:
  36. ------------------
  37. Now this is hard.  Imagine a whole day without the
  38. chance of playing this  marvelously exciting  game.
  39. ID-Soft  has been  in touch with me  trying to get
  40. the rights  to the  great follow-up  of this  game;
  41. "Destruction Snake 3D".  Coming soon to a parallel
  42. universe near you!
  43.  
  44. Ok, so I lied about having been contacted, sue me!
  45.  
  46. <END OF FILE>
  47.